Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
QuickDraw 3D Routines / Managing Strings


Q3String_GetType

You can use the Q3String_GetType function to get the type of a string.

TQ3ObjectType Q3String_GetType (TQ3StringObject stringObj);
stringObj
A string object.
DESCRIPTION
The Q3String_GetType function returns, as its function result, the type of the string specified by the stringObj parameter. The type of string currently supported by QuickDraw 3D is defined by a constant:

kQ3StringTypeCString
If the type of the string cannot be determined or is invalid, Q3String_GetType returns the value kQ3ObjectTypeInvalid.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996